cssimage: Fix size computation for -gtk-icontheme()
authorBenjamin Otte <otte@redhat.com>
Wed, 23 Jul 2014 16:40:55 +0000 (18:40 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 23 Jul 2014 16:51:26 +0000 (18:51 +0200)
commit27b9efbea2e6befc1071ce07658604172bbdca99
tree7abc90a5f62772016dcb22d4835ceaa53855e1fe
parent0d1d17107f69d4377a7d18be466ae3fa2816335b
cssimage: Fix size computation for -gtk-icontheme()

For images without a concrete size but with an aspect ratio, we took the
wrong code path.

(I even copied the documentation that said "Otherwise" but didn't put an
else clause there, go me!)
gtk/gtkcssimage.c